home *** CD-ROM | disk | FTP | other *** search
/ The National Palace Museum Experience / The National Palace Museum Experience.iso / Programs / Opening.dxr / 00036.ls < prev    next >
Encoding:
Text File  |  1998-11-19  |  131 b   |  9 lines

  1. on enterFrame
  2.   if soundBusy(2) then
  3.     sound stop 2
  4.   end if
  5.   puppetSound(2, "Empty")
  6.   puppetSprite(10, 1)
  7.   updateStage()
  8. end
  9.